Data structures
More Programming Quotes | POSTD
"Bad programmers worry about the code. Good programmers worry about data structures and their relationships." Linus Torvalds
http://users.ece.utexas.edu/~adnan/pike.html
What are some great quotes about computer programming? - Quora
Rule 4
Fancy algorithms are buggier than simple ones, and they're much harder to implement. Use simple algorithms as well as simple data structures.
Rule 5
Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming.
raw title: Data structures
original page: /tkgshn-private/データ構造